home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u185.dms / in.adf / mountlist < prev    next >
Encoding:
Text File  |  1991-05-04  |  606 b   |  28 lines

  1. /* A sample mountlist entry for the IBM emulator */
  2. /* Include this file within you mountlist */
  3.  
  4. IBMA:
  5.     Device = devs:messydisk.device
  6.     Unit = 0
  7.     LowCyl = 0 ; HighCyl = 79
  8.     Surfaces = 2
  9.     BlocksPerTrack = 9
  10.     DosType = 3
  11. #
  12.  
  13. /* A sample mountlist entry for a harddisk.  Insert the correct name
  14. for your own device and unit and MAKE SURE YOU GET THE CYLINDER
  15. NUMBERS CORRECT - if your Amiga and PC drives overlap you could easily
  16. lose the contents of both of them! */
  17.  
  18. IBMC:
  19.         Device = devs:alf.device
  20.         Unit = 0
  21.         Flags = 0
  22.         Surfaces = 4
  23.         BlocksPerTrack = 26
  24.         LowCyl = 451
  25.         HighCyl = 611
  26.         DosType = 0
  27. #
  28.